home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / languages / pcq_incl3v1.lha / Exec / ExecName.i < prev    next >
Encoding:
Text File  |  1994-04-15  |  163 b   |  10 lines

  1. {
  2.     ExecName.i for PCQ Pascal
  3.  
  4.     This file just defines the name of the exec library, which is
  5.     rarely used anyway.
  6. }
  7.  
  8. const
  9.     EXECNAME    = "exec.library";
  10.